CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - real ga

搜索资源列表

  1. GeneticAlgorithmxujinpeng

    2下载:
  2. 这个算法采用遗传算法(实数编码),可以找到带有约束和无约束函数的最大值 。遗传算法的表现也通过后代的数量绘制出来。-This function can find the maximum of constrained and unconstrained problems with using of genetic algorithm (real coding). Also the performance of GA is plotted vs. the number of generations
  3. 所属分类:Windows Develop

    • 发布日期:2015-01-12
    • 文件大小:5938
    • 提供者:竹子的信仰
  1. GA

    0下载:
  2. 标准遗传算法求解实数方程,MATLAB编写,有较详细说明!-Standard genetic algorithm to solve real equations, MATLAB prepared to explain in greater detail there is!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:1092
    • 提供者:万琴
  1. PID-GAs

    1下载:
  2. 遗传算法的PID调节 题目:已知 ,利用GA 寻优PID参数,其中K=1,T=2, ,二进制/实数编码,位数不限,M,Pc,Pm自选,性能指标 ,Q=100为仿真计算步长。-PID regulation of genetic algorithms Title: known, the use of PID parameters of GA optimization, in which K = 1, T = 2,, binary/real-coded, not limited to the me
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:1846
    • 提供者:qiqi
  1. ga

    0下载:
  2. 这是一个用matlab编写的基于实数遗传算法程序,汉语注释详细,绝对原创。运行结果正确。-This is a prepared using matlab genetic algorithm based on real process, detailed notes in Chinese, is absolutely original. The correct results.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:2006
    • 提供者:高天天
  1. Real_Time_Fluid_Dynamics_for_Games.

    0下载:
  2. 这篇论文介绍了一种简单快速的动态流体的解决方案应用于游戏引擎。-In this paper we present a simple and rapid implementation of a fluid dynamics solver for game engines. Our tools can greatly enhance games by providing realistic fluid-like effects such as swirling smoke past a
  3. 所属分类:Game Engine

    • 发布日期:2017-03-25
    • 文件大小:964927
    • 提供者:li
  1. ga

    2下载:
  2. matlab实现的GA算法程序,实数编码-GA algorithm matlab implementation process, real-coded
  3. 所属分类:AI-NN-PR

    • 发布日期:2014-08-30
    • 文件大小:1263
    • 提供者:小杨
  1. backpack-ga-algorithm

    0下载:
  2. 背包问题或0-1背包问题遗传算法程序,里面用的实数编码方式值得借鉴。-0-1 knapsack problem or knapsack problem genetic algorithm procedure, which uses real coding can be learned.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1999
    • 提供者:olivejy
  1. A_real-time_adaptive_PID_controller_step_motor

    0下载:
  2. 传统PID控制器通常难以满足多变量、非线性、强耦合的步进电机动态响应和精 确调速要求,结合传统PID控制和模糊控制及遗传算法(GA)整定PID参数的优点,设计基于 模糊遗传算法的实时自适应步进电动机PID控制器,充分发挥传统和智能控制策略各自的优 势。仿真结果表明,该实时自适应步进电动机PID控制器,具有很好的自适应能力和抗负载扰 动能力。在稳定性、动态速度响应诸方面均优于传统的PID控制器和模糊控制器,系统达到了 较高调速性能和控制精度。 -Traditional PI
  3. 所属分类:Project Design

    • 发布日期:2017-03-28
    • 文件大小:467111
    • 提供者:孙文
  1. RealCodedGA

    0下载:
  2. This package contains a pure implementation of Real Coded Genetic Algorithm (Real Coded GA) in MATLAB. You can modify or replace the Cost Function, to solve real valued optimization problems, using Genetic Algorithm (GA).
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:2862
    • 提供者:laviista
  1. GA

    0下载:
  2. 基于二进制和实数编码的遗传算法,很好用,肯定能调通-Based on binary and real coded genetic algorithm, is useful, certainly transfer through
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:13257
    • 提供者:桃子
  1. GA

    0下载:
  2. 遗传算法的实现, matlab编写的 遗传算法程序,实数编码,-Genetic algorithm implementation, matlab genetic algorithm written procedures, real-coded,
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-03-30
    • 文件大小:37280
    • 提供者:zhangbin
  1. idlga_v1_0-real

    0下载:
  2. IDL程序基于GA 算法计算介电常数real-using ga to calculate real of relatiives
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:122202
    • 提供者:北欧海盗
  1. ga

    0下载:
  2. 同时考虑了应用的实时性和网络的能源有效性,提出了一种基于GA的嵌套优化技术,并在多跳聚簇网络中进行能源高效的任务分配-Taking into account the energy efficiency of real-time application and network optimization technique based on GA nested, and energy efficient task allocation in multi-hop clustered network
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:8179
    • 提供者:伍洁
  1. GA

    0下载:
  2. 遗传算法的matlab程序,有详细的子函数,自适应求解多维矩阵参数,浮点型实数求解,程序明了易懂!-Genetic algorithm matlab program, detailed subfunctions adaptive solving multidimensional matrix parameters, floating point real numbers to solve the program is clear and easy to understand!
  3. 所属分类:MPI

    • 发布日期:2017-11-28
    • 文件大小:7168
    • 提供者:andy
  1. GA-for-jizhi

    0下载:
  2. 这是基于实数编码遗传算法的极值优化程序,很有利于对遗传算法的理解-This is a global optimization procedure based on real-coded genetic algorithm, is very beneficial to the understanding of the genetic algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1412
    • 提供者:鲁宁
  1. Real-Coded-GA

    0下载:
  2. GA algorithm for optimization with all Roulette Wheel Selection and.... with this algorithm you can optimize any function you want to minimize or maximize . just you need to make your function then add it name in this scr ipt.
  3. 所属分类:Editor

    • 发布日期:2017-04-13
    • 文件大小:2389
    • 提供者:amin
  1. GA-Methods

    0下载:
  2. GA Optimization methods for real numbers (continuous numbers)
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:10996
    • 提供者:Dozer
  1. Real-GA

    0下载:
  2. Genetic Algorithm for real problems
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2374
    • 提供者:Shahab
  1. Real-GA

    0下载:
  2. GENETIC ALGORITHM CODES
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:2477
    • 提供者:naser hashemi
  1. Real-GA

    0下载:
  2. this file is algorithm GA code
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2443
    • 提供者:mojtaba2611
« 12 3 »
搜珍网 www.dssz.com